/*-------------------------------------------------------------------------
Navigation Style sheet For Ctrade Storage
Version 1.1
Author: Wayne Walker
Email: WWalker@prosolutionsinc.com
Website: www.Waynewalker.net

---------------------------------------------------------------------------*/

/*Main Navigation---------------------------------------------------------------*/

#nav_main {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 900px;
	float:right;
	background:#243882 url(../nav_images/backgrounds/main-nav-bg.gif) repeat-x;
	
}

#nav_main  li{
	display: inline;
	
}

#nav_main  a {
display:block;
float:right;
padding: 0 1em;
line-height: 2.1em;
background:url(../nav_images/buttons/seg-line-main.gif) repeat-y left top;
text-deoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #fff;
}

#nav_main a:hover {
	color: #6699FF;
	text-decoration: none;
}


/*Top Navigation---------------------------------------------------------------*/

#nav_top {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 900px;
	float:right;
	background-color: #243882;
}

#nav_top  li{
	display: inline;
	
}

#nav_top  a {
	display:block;
	float:right;
	padding: 0 1em;
	line-height: 2.1em;
	text-deoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #fff;
	background-image: url(../nav_images/buttons/seg-line-top.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#nav_top a:hover {
	color: #6699FF;
	text-decoration: none;
}

/* Side Navigation---------------------------------------------------------------*/


#nav_side {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px;
	background-color: #fff;
}

#nav_side  li{
	display: inline;
	
}

#nav_side  a {
	display:block;
	padding: 0 1em;
	line-height: 2.1em;
	text-deoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	color: #000000;
	background-repeat: repeat-y;
	background-position: left top;
}

#nav_side a:hover {
	color: #6699FF;
	text-decoration: none;
	}





/* footer---------------------------------------------------------------*/
#footer_area {
	background-color: #243882;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
#footer_area ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 496px;
	float:right;
	background-color: #243882;
}

#footer_area  li{
	display: inline;
	
}

#footer_area  a {
	display:block;
	float:right;
	padding: 0 1em;
	line-height: 2.1em;
	text-deoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #fff;
	background-image: url(../nav_images/buttons/seg-line-top.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#footer_area a:hover {
	color: #6699FF;
	text-decoration: none;
}
/* End footer---------------------------------------------------------------*/

