
.divlink a {
	display: block;
	width: 106px;
	background: url(../images/navbg.gif) repeat;
}

.divlink a:hover {
	background: url(../images/navhoover.gif) repeat;
}

ul {
	list-style: none;
	padding: 0.0em 25px;
	margin: 0px;

}

#nav a {
	font-weight: bold;
	color: #0000FF;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #0000FF;
	/* padding: 0.2em 10px;*/
}

#nav li li a:hover {
	width: 80px;
    background: url(../images/navhoover.gif) repeat;

}

li {
	float: left;
	position: relative;
	width: 7.2em;
	text-align: center;
	cursor: default;
	background-color: white;
	border: 1px solid #0000FF;

}

li#first {
	border-left-width: 2px;
}

li#last {
	border-right-width: 2px;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color: #fff;
	border-right: solid 1px #666666;
    border-left: solid 1px #666666;
    border-bottom: solid 1px #666666;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 190px;	

	margin-top: 10px;	
}

/* right column */
#rightcolumn {
	float: right;
	width: 190px;
	margin-top: 10px;	
}
#rightcolumn h1, #sidebar h1 {
	margin: 10px 0px 0 0px;
	padding: 2px 25px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444;
	border: 1px #779ecf solid;
	background-color:#D9DBEC;
	
}
#media h3 {
	margin: 10px 0px 0 0px;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444;
	border: 1px #779ecf solid;
	background-color:#D9DBEC;
	
}
#ritside {
	width: 190px;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444;
	border: 1px #779ecf solid;

}
#media {
	width:190px;

}
#media a {
	width:190px;
	border-left:1px solid #6666FF;
	border-right:1px solid #6666FF;
	border-bottom:1px solid #6666FF;
}

.log-in {
	background-color: transparent;
	border: none;	
	margin: 0 5px 0 10px; padding: 5px 0 15px 0;	
	width: 170px;
	border: 1px #afdafd solid;
}

