﻿
#stylefour{position:relative;display:block;height:39px;font-size:11px;font-weight:bold;background:transparent url(resims/bgOFF.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;text-align:center;}
#stylefour ul{margin:0;padding:0;list-style-type:none;width:auto; text-align:center;}
#stylefour ul li{display:block;float:left;margin:0;}
#stylefour ul li a{display:block;float:left;color:#666;text-decoration:none;padding:11px 20px 0 20px;height:23px;background:transparent url(resims/bgDIVIDER.gif) no-repeat top right;}
#stylefour ul li a:hover,#stylefour ul li a.current{color:#B30000;background:#fff url(resims/bgON.gif) no-repeat top right;}

/* Accordion */
.accordionHeader2
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #4b4d7B;
	font-family: Verdana, Sans-Serif;
	font-size: 9px;
	font-weight: bold;
    padding: 5px;
    margin-top: 3px;
    cursor: pointer;
}
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Verdana, Sans-Serif;
	font-size: 9px;
	font-weight: bold;
    padding: 5px;
    margin-top: 3px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected2
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #6B78B3;
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
    padding: 5px;
    margin-top: 3px;
    cursor: pointer;
}
.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
    padding: 5px;
    margin-top: 3px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
	
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: 1px;
    padding: 10px;
    padding-top: 3px;
    font-family: Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}


.arrowlistmenu{
width: 210px; /*width of menu*/
}



.arrowlistmenu ul
{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/

}

.arrowlistmenu ul li
{
padding-bottom: 3px; /*bottom spacing between menu items*/
color:blue;
}

.arrowlistmenu ul li a
{
background-color:#4a719b;
color: white;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight:normal;
border-bottom: 1px solid #dadada;
font-size: 100%;
}



.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #1a6a9a;
background-color: #dadada;
}