﻿/*-----------BEGIN-----MAIN SITE DROP DOWN MENU-------------*/
ul.topnav 
{
	list-style: none;
    padding: 0;
	margin: 0;
	float: left;
	clear: right;
	border: 0px solid #000000;
	text-decoration:none;
	height:30px;
}


ul.topnav li 
{
    display: block;
    float: left;
    clear: right;
    margin: 0;
    padding: 1px 0px 10px 0px;
    text-decoration:none;
    height:30px;
    font-size:12px;
	font-family:Arial, helvetica, Sans-Serif;
	color:#ffffff;
}

ul.topnav li a 
{
    font-size:12px;
	font-family:Arial, helvetica, Sans-Serif;
	color:#ffffff;
    display: block;
    margin: 0;
    text-decoration: none;
    padding: 1px 3px 10px 3px;
    background-position:top;
    z-index:8;
    cursor: pointer;  
}



ul.topnav li span.subhover /*--Hover effect for trigger--*/
{
    cursor: pointer;     
} 

ul.topnav li ul.subnav 
{
	list-style: none;
	position:absolute; /* --Important - Keeps subnav from affecting main navigation flow--*/
    z-index:8; 
	top: 30px;
	left: 0px;
	margin:0 0 0 10px;
	padding:0;
	display: none;
	float: left;
	clear: both;
	border-left: 0px solid #b5b5b5;
	border-right: 0px solid #b5b5b5;
	border-bottom: 0px solid #b5b5b5;   
	overflow:visible;
}

ul.topnav li ul.subnav li
{
    display:none; /*--- hides all drop down items ---*/
    background-color:#cd1112;
    text-align:left;
    text-indent:10px;
    cursor:pointer;
	margin: 0; 
	padding: 0;
	padding-bottom:0px;
	border-top: 0px solid #999999; /*--Create bevel effect--*/
	/*border-bottom: 1px solid #cdcdcd; /*--Create bevel effect--*/
	clear: both;
	width: 280px;
	height: 20px;
	z-index: 8; 
	font-size: 12px;
	font-family:Arial, helvetica, Sans-Serif;
}


html ul.topnav li ul.subnav li a 
{
    text-align:left;
    cursor:pointer;
	margin: 0; 
	padding: 0;
	padding-bottom:5px;
	border-top: 1px solid #999999; /*--Create bevel effect--*/
	/*border-bottom: 1px solid #cdcdcd; /*--Create bevel effect--*/
	clear: both;
	width: 280px;
	height: 20px;
	z-index: 8; 
	font-size: 12px;
	font-family:Arial, helvetica, Sans-Serif;
}


html ul.topnav li ul.subnav li:hover /*-- Roll Over effect for subnav links--*/
{ 
    height: 20px;
	color: #ffffff;    /* font color of submenu text headers  */
}

html ul.topnav li ul.subnav li:hover a /*-- Roll Over effect for subnav links --*/
{ 
    height: 20px;
	color: #ffffff;    /* font color of submenu text headers (on rollover)  */
}

.nav {
	float: left; 
	clear: right;
	height: 23px;
	padding-left:18px;
}

.nav ul li a:link, .nav ul li a:visited
{
	color:#fff;
	text-decoration:none;
	line-height:18px;
    margin: 0px 5px 0px 3px;
	padding-top: 5px;
	font-size:12px;	
}

.nav ul li a:hover, .nav ul li a:active
{
	color:#fff;
	text-decoration:underline;
	line-height:18px;
    margin: 0px 5px 0px 3px;
	padding-top: 5px;
	font-size:12px;		
}

/*
.divider 
{
    _background-image:url(../../images/separater.gif);
    _background-position:top;
	_background-repeat:no-repeat;
	background-image:url(../images/separater.png);
	background-position:top;
	background-repeat:no-repeat;
	width:3px;
	height:29px;
	margin:0;
	padding:0;
    float:left;
    clear:both;
}	

.topnav_wrapper
{
     border:0px solid black;
}



.topnav_left_img 
{
    margin:0;
    padding:0;
    height:20px;
    width:10px;
    float: left;
    clear: right;
    
}

.topnav_left_img_hover
{
    _background-image:url(../../images/menubutton_left_curve.gif);
    _background-position:top left;
	_background-repeat:no-repeat;    
    background-image:url(../../images/menubutton_left_curve.png);
    background-position:top left;
    background-repeat:no-repeat;
    margin:0 0 0 0;
    padding:0;
    height:20px;
    width:10px;
    float: left;
    clear: right;
    
}

.topnav_right_img 
{
    height:20px;
    width:10px;
    margin:0;
    padding:0;
    float:left;
    clear:right;
}

.topnav_right_img_hover 
{
    _background-image:url(../../images/menubutton_right_curve.gif);
    _background-position:top left;
	_background-repeat:no-repeat;    
    background-image:url(../../images/menubutton_right_curve.png);
    background-position:top left;
    background-repeat:no-repeat;
    height:20px;
    width:10px;
    margin:0;
    padding:0;
    float:left;
    clear:right;
}

.topnav_text   
{
    font-size:12px;
	color:#656565;    
    padding:0;
    margin:0;
    height:20px;
    float: left;
    clear: right;
    
}

.topnav_text_hover    
{
    background-image:url(../../images/menubutton_repeat.png);
    background-repeat:repeat-x;
    font-size:12px;
	color:#fff;   
    padding:0;
    margin:0;
    height:20px;
    float: left;
    clear: right;
}
*/
/*----------END-------MAIN SITE DROP DOWN MENU-------------*/



