﻿.arrowlistmenu{
width: 146px; /*width of menu*/
}



.arrowlistmenu ul{
list-style-type: none;
margin-left:5px;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
background-color:#e2fed7;
}

.arrowlistmenu ul li a{
color:Black;

font-family:Tahoma;
background: url(../images/arrow.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 15px; /*link text is indented 19px*/
text-decoration: none;

border: 1px solid #c4fcb1;
font-size: 9pt;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #a0fc82;

}

/*SOL2*/
.arrowlistmenu2{
width:146px; /*width of menu*/
}



.arrowlistmenu2 ul{
list-style-type: none;
margin-left:5px;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu2 ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
background-color:#e0eafd;
}

.arrowlistmenu2 ul li a{
color:Black;

font-family:Tahoma;
background: url(../images/arrow.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 15px; /*link text is indented 19px*/
text-decoration: none;

border: 1px solid #acc9fd;
font-size: 10pt;
}

.arrowlistmenu2 ul li a:visited{
color: #A70303;
}

.arrowlistmenu2 ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #b1cbfd;
}

/*SOL3*/
.arrowlistmenu3{
width: 146px; /*width of menu*/
}



.arrowlistmenu3 ul{
list-style-type: none;
margin-left:5px;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu3 ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
background-color:#fef1da;
}

.arrowlistmenu3 ul li a{
color:Black;

font-family:Tahoma;
background: url(../images/arrow.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 15px; /*link text is indented 19px*/
text-decoration: none;

border: 1px solid #fcdca3;
font-size: 10pt;
}

.arrowlistmenu3 ul li a:visited{
color: #A70303;
}

.arrowlistmenu3 ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #fdd389;
}


/*SAG1*/
.arrowlistmenu4{
width: 146px; /*width of menu*/
}



.arrowlistmenu4 ul{
list-style-type: none;
margin-left:5px;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu4 ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
background-color:#e0eafd;
}

.arrowlistmenu4 ul li a{
color:Black;

font-family:Tahoma;
background: url(../images/arr1.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 15px; /*link text is indented 19px*/
text-decoration: none;

border: 1px solid #acc9fd;
font-size: 10pt;
}

.arrowlistmenu4 ul li a:visited{
color: #A70303;
}

.arrowlistmenu4 ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #b1cbfd;
}

/*SAG2*/
.arrowlistmenu5{
width: 146px; /*width of menu*/
}



.arrowlistmenu5 ul{
list-style-type: none;
margin-left:5px;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu5 ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
background-color:#e2fed7;
}

.arrowlistmenu5 ul li a{
color:Black;

font-family:Tahoma;
background: url(../images/arr1.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 15px; /*link text is indented 19px*/
text-decoration: none;

border: 1px solid #c4fcb1;
font-size: 10pt;
}

.arrowlistmenu5 ul li a:visited{
color: #A70303;
}

.arrowlistmenu5 ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #c4fcb1;
}


/*BANNER MENU*/

#thicktabs{

float: left;
font: bold 11px Tahoma;
height:25px;

}

#thicktabs li{
display: inline;

}

#thicktabs li a{
float: left;
color: black;
padding: 5px 8px; /*padding of tabs*/
text-decoration: none;
background-image:url(../images/mn_bg.jpg);
border:1px solid #e2dddf;
width:100px;

}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 1px solid #d3bdbe; /*left border style*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #d3bdbe; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
color: black;
}

#thicktabs li a:hover{
color: black;
background-image:url(../images/mk2.jpg); /*background image swap on hover*/
}

