/* 
    Document   : nav
    Created on : Jun 30, 2010, 12:04:16 PM
    Author     : sezz
    Description:
    Purpose of the stylesheet follows.
*/


.indentmenu{
overflow: hidden;
margin-top: 0;

}

.indentmenu ul{
margin: 0;
padding: 0;
float: right;
/*width: 99%; width of menu*/
border-width: 1px 0;

}

.indentmenu ul li{
display: inline;
font-family:georgia;
font-size:12px;
font-weight:bold;
margin-top: 0;
letter-spacing: 1px;
}

.indentmenu ul li a, .indentmenu ul li a:visited{
float: left;
color: #green; /*text color*/
padding: 5px 8px;
padding-bottom:20px;
padding-top:30px;
text-decoration: none;

}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #fff !important; /*text color of selected and active item*/
background: #4d4c52 center center repeat-x;

        -moz-border-radius-bottomleft: 7px;
        border-bottom-left-radius: 7px;
        -moz-border-radius-bottomright: 7px;
        border-bottom-right-radius: 7px;
	border-radius:3px;
	behavior:url(border-radius.htc);

}


.arrowlistmenu{
width: 180px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(../images/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*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

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

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

.footer{
    
    margin-top:10px;
    font-size:12px;
    text-align: center;
    color:#FFFFFF;
	padding-top:22px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
}
.footer .style6 {
	font-size: 11px;
	}
.footer a{
	color:#E77817;
	}

.footer .block ul{
    float:left;
    margin: 0;
    padding: 0;
}
.footer .block ul li{
    display:inline;
    padding-left:1px;
    text-align: center;
    
}
.footer .block ul li a, .footer .block ul li a:visited {
    color: #000;
    font-weight: bold;
    text-decoration:none;
    padding-right:6px;
}

.footer .block ul li a:hover{
    color:gray;
    text-decoration: underline;
}
#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 160px;
padding: 0px;
margin: 0px;
}

#vertmenu h1 {
display: block;
background-color:#FF9900;
font-size: 90%;
padding: 3px 0 5px 3px;
border: 1px solid #000000;
color: #333333;
margin: 0px;
width:159px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 80%;
display: block;
border-bottom: 1px dashed #C39C4E;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #666666;
width:160px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #eeeeee;
}


