/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.ubercolortabs{
padding: 0;
margin:5px 5px 0px 15px;
overflow: hidden;
background: transparent;
}

.ubercolortabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin: 0;
padding: 0;
padding-left: 6px; /*offset of tabs relative to browser left edge*/
list-style: none;
}

.ubercolortabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform: uppercase;
}


.ubercolortabs a{
float: left;
color: white;
background: #1f2340 url(images/roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 2px 0 0;
padding: 0 0 1px 3px;
text-decoration: none;
letter-spacing: 1px;
}

.ubercolortabs a span{
float: left;
display: block;
background: transparent url(images/roundright.gif) no-repeat right top; /*right corner image*/
padding: 7px 13px 3px 11px;
cursor: pointer;
}

.ubercolortabs a span{
float: none;
}


.ubercolortabs a:hover, .ubercolortabs li.selected a{
background-color: #911f1f; /*background color of tabs onMouseover*/
color: white;
}

.ubercolortabs a:hover span{
background-color: transparent;
}

.ubercolordivider{ /*CSS for horizontal line.*/
clear: both;
padding: 0;
margin:0px 19px 0px 20px;
overflow: hidden;
height: 5px;
line-height: 5px;
background: #1f2340; /*background color of horizontal line*/
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}




/*Vertical Mwnu starts here */

.arrowlistmenu{
width: 250px; /*width of menu*/
font-family:Arial, Helvetica, sans-serif;color:#2d2d2d;
background:#eceee1;
background:#e1e0ce;
background:#dedede;
padding: 2px;


}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(media/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
font-family:Arial, Helvetica, sans-serif;color:#2d2d2d;}

.arrowlistmenu ul li{
padding-bottom: 5px; /*bottom spacing between menu items*/
font-family:Arial, Helvetica, sans-serif;font-size:1.1em;line-height:1.1em;color:#2d2d2d;
}

.arrowlistmenu ul li a{
color: #2d2d2d;
background: url(images/h.gif) no-repeat top left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
font-size:1.15em;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #333333;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
color: #172a54;
background-color: #F3F3F3;
background-color: #ececee;

}


