div.TopHeader{
position:relative;
top:0;
left:0;
background-color:#ffffff;
/*border-style:solid;
border-width:1px 1px 1px 1px;*/
width:745px;
height:125px;
}

div.Top-Bar{
position:absolute;
height:32px;
width:745px;
top:0px;
left:0px;
z-index:2;
background-image:url(Top-Bar_10.jpg);
background-repeat:no-repeat;
}

div.Top-Text{
position:absolute;
height:12px;
width:745px;
top:6px;
left:0px;
z-index:3;
text-align:right;
font-family: "Trebuchet MS";
font-size:12px;
color: #FFFFFF;
}

div.Shortcut-Bar{
position:absolute;
height:40px;
width:321px;
top:32px;
left: 289px;
z-index:0;
/*background-image:url("aquaShortcut.jpg");*/
background-repeat:no-repeat;
text-align:center;
font-family:Trebuchet MS;
font-size:9px;
color:#ffffff;
}

div.Shortcut-Button0{
	position:absolute;
	width:60px;
	top:0px;
	height:40px;
	left:157px;
	background-color: #A87D39;
}

div.Shortcut-Button1{
	position:absolute;
	width:60px;
	top:0px;
	height:40px;
	left:216px;
	background-color: #B53A2A;
}

div.Shortcut-Button2{
	position:absolute;
	width:60px;
	top:0px;
	height:40px;
	left:276px;
	background-color: #699795;
}

div.Shortcut-Button3{
	position:absolute;
	/*width:70px;*/
width:60px;
	top:0px;
	height:40px;
	left:336px;
	background-color: #999999;
}

div.Shortcut-Button4{
	position:absolute;
	width:60px;
	top:0px;
	height:40px;
	left:396px;
	background-color: #CE9C73;
}

div.Film-Bar{
padding-top:3px;
position:absolute;
height:59px;
width:568px;
top:72px;
left:175px;
z-index:0;
background-image:url("Film-Bar.jpg");
/*background-image:url("aquaFilmstrip.jpg");*/
background-repeat:no-repeat;
}

div.Background-Bar{
position:absolute;
height:70px;
width:290px;
top:32px;
left:0px;
z-index:0;
background:url("Background-Bar.jpg");
/*background:url("aquaBG.jpg");*/
background-repeat:repeat-x;
}

div.Belmont-Text{
position:absolute;
height:35px;
width:300px;
top:39px;
left:138px;
z-index:1;
background-image:url("logo_sm.jpg");
background-repeat:no-repeat;
}

div.Home{
position:absolute;
height:125px;
width:125px;
top:-5px;
left:11px;
z-index:4;
}

div.Globe{
position:absolute;
height:125px;
width:125px;
top:0px;
left:11px;
z-index:3;
}


div.Nav-Bar{
position:absolute;
height:31px;
width:745px;
left:0px;
top: 71px;
z-index:2;
background-image:      url(Nav-Bar_10.jpg);
background-repeat:no-repeat;
font-family:Verdana;
font-size:12px;
}

/* Menu CSS */

#nav{
position:absolute;
left:127px;
margin-left:0px;
margin-right:0px;
padding-left:11px;
padding-right:11px;
}

ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a { /*main menu text*/
	font-weight: bold;
	color: #000000;
	width:100%;
	padding-left:11px;
	padding-right:11px;
	text-decoration: none;
}
#nav li li{ /*individual "cells" in submenu*/
border-bottom:solid 1px #cccccc;
}

#nav li li a { /*submenu text*/
	display: block;
	font-weight: normal;
	color: #000000;
	padding-top: 0.2em;
	padding-left:0.2em;
	padding-right:0.2em;
	padding-bottom:0.2em;
	text-decoration: none;
}

/*li { /* main menu boxes (general)
	float: left;
	position: relative;
	text-align: left;
	cursor: hand;
}*/

li#first{
float: left;
	position: relative;
	text-align: left;

	padding-top:0.5em;
	padding-left:0em;
	padding-right:0em;
	height:18px;
}

li#second {
float: left;
	position: relative;
	text-align: left;

	padding-top:0.5em;
	padding-left:0em;
	padding-right:0em;
	height:18px;
}

li#third {
float: left;
	position: relative;
	text-align: left;
	
	padding-top:0.5em;
	padding-left:0em;
	padding-right:0em;
	height:18px;
}

li#fourth {
float: left;
	position: relative;
	text-align: left;
	
	padding-top:0.5em;
	padding-left:0em;
	padding-right:0em;
	height:18px;
}

li ul.menu { /*submenu box*/
	display: none;
	position: absolute;
	top: 100%;
	left: -1px;
	width: 11.5em;
	font-weight: normal;
	background-color:#cb9e5b;
	background-image:        url("Menu-BG_10.png");
	background-repeat:repeat-y;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
}

#first:hover, #second:hover, #third:hover,
#fourth:hover, #first.sfhover, #second.sfhover,
#third.sfhover, #fourth.sfhover{ /*main menu rollover fx*/
	background-image:        url("Button-BG.jpg");
	background-repeat:repeat-x;
}
	
li li:hover, li li.sfhover{ /*submenu rollover fx*/
	background-color:#b53a2a;
}

#first a:hover, #second a:hover, #third a:hover,
#fourth a:hover, #first a.sfhover, #second a.sfhover,
#third a.sfhover, #fourth a.sfhover{ /*main menu text rollover fx*/
	color:#ffffff;
}
	
li li a:hover, li li a.sfhover{ /*submenu text rollover fx*/
	color:#ffffff;
}

/*roll over menu code - do not edit*/
li:hover ul.menu, li.sfhover ul.menu {
	display: block;
}

li>ul { /*menu position*/
	top: 019px;
	left: -010px;
}

li li {
	display: block;
	float: none;
	background-color:transparent;
	border: 0;
}

