/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 14px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 0px 0;
background: black url(../gif/indentbg1.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
font: bold 14px Arial;
float: left;
color: black; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: black;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: black !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(../gif/indentbg2.gif) center center repeat-x;
}

.indentmenu2{
font: bold 14px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu2 ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 0px 0;
background: black url(../gif/indentbg1.gif) center center repeat-x;
}

.indentmenu2 ul li{
display: inline;
}

.indentmenu2 ul li a{
font: bold 14px Arial;
float: left;
color: black; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu2 ul li a:visited{
color: black;
}

.indentmenu2 ul li a:hover, .indentmenu2 ul li .current{
color: black !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(../gif/indentbg2.gif) center center repeat-x;
}

#nav-cam{
width: 200px;
margin-top:15px;
margin-left:5px;
margin-right:2px;
margin-bottom:10px;
overflow:hidden;
float:right;
position:relative;
border-right: 1px solid #eee;
border-left: 1px solid #eee;
background-color:#eeeed0;
}

#nav-cam img{
margin:5px;
list-style-type: none;
overflow:hidden;
text-align: center;
}

#nav-cam UL{
width: 250px;
margin: 0px;
padding: 0px;
display: block;
overflow:hidden;
font-family: Verdana, Arial, Helvetica, sans-serif;
}	

#nav-cam LI{
width: 250px;
margin: 0px;
list-style-type: none;
overflow:hidden;
text-align: left;
}	

#nav-cam LI A{
width: 250px;
color: #333333;
display: block;
padding-left:5px;
padding-top:3px;
padding-bottom:3px;
padding-right:10px;
text-decoration: none;
overflow:hidden;
text-align: left;
border-bottom: 1px solid #eee;
background-color:#d7b446;
}

#nav-cam LI A:hover{
width: 250px;
text-decoration: none;
color: #eeeeee;
display: block;
overflow:hidden;
text-align: left;
padding-left:5px;
padding-top:3px;
padding-bottom:3px;
padding-right:10px;
background-color:#6ba7fc;
background-repeat:repeat-x;
background-position:top;
border-bottom: 1px solid #eee;
}
