body
	{
	background-repeat: no-repeat; 
	background-image: url(images/limblogic/water.jpg);
	margin-top:	    0px;
    margin-left:	0px;
	margin-right:	0px;
	margin-bottom:	0px;
	padding-top:    0em;
	padding-left:   0em;
	border-top:     0em;
	border-left:    0em;
	border-bottom:  0em;
	border-right:   0em;
	}
	
.main
	{
    position: absolute;
	left: 15%;
	width: 75%;
	top: 10px;	
	}
	
.tag
{
color: #000000;
font-family: verdana;
font-size: 17px;
}

.bannerblurb
{
color: #000000;
font-family: verdana;
font-size: 15px;
text-align: center;
}

.tagblurb
{
color: #000000;
font-family: verdana;
font-size: 14px;
text-align: center;
}

.title
{
color: #009966;
font-family: verdana;
font-size: 20px;
}

.component
{
color: #000066;
font-family: verdana;
font-size: 17px;
}

.copy
{
color: #000066;
font-family: verdana;
font-size: 14px;
}

.footer
{
	color: #000000;
	font-family: verdana;
	font-size: 8px;
}

#nav, #nav ul {
    font-family: verdana;
    font-size: 10px;
	float: left;
	width: 660px;
	list-style: none;
	line-height: 1.5em;
	background: #333366;
	font-weight: normal;
    margin: 0; 
	border: solid #333366;
	border-width: 0px 0;
	padding: 0;  
	z-index:9999;
}

#nav a{
display:block;
padding:0px 15px;
border:1px solid #333366;
color:#fff;
text-decoration:none;
background-color:#333366;
}

#nav a:hover{
background-color:#fff;
color:#333;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:20em;
top:1.5em;
}

#nav li ul a{
width:20em;
height:auto;
float:left;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:20em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}