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



.indentmenu{
background:url(../images/menu_bg.jpg) repeat-x;
width: 100%;
overflow: hidden;
height:36px;
}

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

}

.indentmenu ul li{
display: inline;
font-family:arial;
font-size:12px;
font-weight:normal;

}

.indentmenu ul li a, .indentmenu ul li a:visited{
float: left;
color: #ccc; /*text color*/
padding: 9px 15px;
padding-left:25px;
padding-right:28px;
padding-bottom:10px;
padding-top:10px;
text-decoration: none;
background:url(../images/menu_separator.jpg) right no-repeat;
border-left:solid 1px #000;
}
.indentmenu ul li.first a{
    border-left: solid 0px #000;
}
.indentmenu ul li.last a{
    background:url(../images/menu_bg.gif);
}

.indentmenu ul li a:hover, .indentmenu ul li a.current{

 background:url(../images/menu_bg.gif) no-repeat center #626262;
color:#ffffff;
}
.adminmenu{
width: 180px; /*width of menu*/
}

.adminmenu .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*/
}

.adminmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

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

.adminmenu ul li a{
color: #000;
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 #fff;

}

.adminmenu ul li a:visited{
color: #000;
}

.adminmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}
.shortcuts{
    width:90%;
}
.shortcuts .navigation{
    display:block;
    margin:0;
    padding:0;
}
.shortcuts .navigation li{
    width:auto;
    border-bottom:dotted 1px #000;
    font-size:11px;
    font-family:arial;
    padding-top:4px;
    padding-bottom:4px;
    /*list-style:none;*/
}
.shortcuts .navigation li a{
    color:#0c91be;
    font-weight:bold;
    text-decoration:none;
}

.footer{
    color:#fff;
    margin-top:10px;
    font-size:11px;
}
.footer .block ul{
    float:left;
    margin: 0;
    padding: 0;
}
.footer .block ul li{
    display:inline;
    padding-left:1px;

}
.footer .block ul li a, .footer .block ul li a:visited {
    color: #fff;
    text-decoration:none;
    padding-right:6px;
}
#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;
}

.arrowlistmenu{
width: 98%; /*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: #333;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 6px 4px;

text-decoration: none;
border-bottom: 1px dotted #ccc;
font-size: 12px;
}

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

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



