


#header
{
	width: 770px;
	height: 159px;
	padding: 0;
	margin: 0;
	background-color: #fff;
	background-image: url("/app/sharedimages/ropemaker/header_bg.jpg");
	background-repeat: no-repeat;
	border-bottom: 1px solid #cde4ed;
}



/* Definitions for logo are */

#logo-building
{
	float: left;
	padding: 20px 0 0 10px;
	margin: 0px;
	height: 38px;
	/*z-index: 2000;*/
}



/* Definitions for login strip */

#login-strip
{
	width: 770px;
	height: 10px;
	padding: 10px 0 10px 0;
	margin: 0 0 0 0;
	font-size: 1em;
	background-color: #;
	color: #999;
}

#login-left
{
	float: left;
}

#login-right
{
	float: right;
}



/*
	Login Strip Links
*/

#login-strip a:link, a:active
{
	color: #6e6e6e;
	text-decoration: none;
}


#login-strip a:hover
{
	color: #357591;
	text-decoration: underline;
}

#login-strip a:visited
{
	color: #6e6e6e;
	text-decoration: underline;
}



/* Definitions menu wrapper */

#topmenu
{
	width: 525px;
	height: 24px;
	padding: 0;
	margin: 102px 0 0 10px;
	text-align: right;
	float: left;
	background-color: #;
}



/* Sets up the menu */

#nav
{
	width: 515px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
	font-size: 10px;
	
}

#nav ul 
{
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
}


/* Defines the appearance of the links */

#nav a 
{
	display: block;
	color: #fff;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	text-align: right;
	background-color: transparent;
	padding-top: 5px;
	padding-bottom: 3px;
	width: 119px;
	height: 15px;
}


/* Individually set menu option widths and background images */

#nav .one
{
	width: 30px;
	padding-left: 0px;
	padding-right: 5px;
}

#nav .two
{
	width: 78px;
	padding-left: 5px;
	padding-right: 5px;
}

#nav .three
{
	width: 95px;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 2;
}

#nav .four
{
	width: 70px;
	padding-left: 5px;
	padding-right: 5px;
}

#nav .five
{
	width: 115px;
	padding-left: 5px;
	padding-right: 5px;
}

#nav .six
{
	width: 62px;
	padding-left: 5px;
	padding-right: 0px;
}

#nav .seven
{
	width: 55px;
	padding-left: 5px;
	padding-right: 0px;
}



#nav li a:hover
{
	color: #0e1f36;
	background-color: #;
}

#nav li 
{
	float: left;
}


/* These two make the submenus work */

#nav li ul 
{
	position: absolute;
	left: -999em;
	width: 130px;
}



#nav li:hover ul, #nav li.sfhover ul
{
	left: auto;
}


/* Defines the appearance of the links in the submenus */

#nav li ul a 
{
	display: block;
	color: #666;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	background-color: #ececec;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	width: 120px;
	z-index: 2;
	box-shadow: 0 0 10px #ccc;
 	-webkit-box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
}


/* Background images in submenu hovers */

#nav li ul a:hover 
{
	color: #fff;
	background-color: #8db6c6;
}




/* Footer */
#footer
{
	text-align: center;
	margin-top: 50px;
	padding-top: 10px;
	background-color: #fff;
	height: 60px;
	color: #333;
	border-top: 1px solid #ccc;
}



/*
	Footer Links
*/

#footer p a:link, a:active
{
	color: #357591;
	text-decoration: underline;
}


#footer a:hover
{
	color: #000;
	text-decoration: none;
}

#footer a:visited
{
	color: #333;
	text-decoration: underline;
}

