BODY
{
}
.menuBar
{
    POSITION: relative;
    TEXT-ALIGN: center
}
.Bar
{

	FLOAT: left;
	
	
	CURSOR: hand;
	
	
	POSITION: relative;
	BACKGROUND-COLOR: #000000;
	
	background-image: url(../images/oberon/navbg.jpg);
}
.menu
{
    BORDER-RIGHT:  #999999 1px thin;
    BORDER-TOP: #999999 1px thin;
    VISIBILITY: hidden;
    BORDER-LEFT: #999999 thin;
    width: 95px;
    LINE-HEIGHT: 21px;
    BORDER-BOTTOM: #339933 thin;
    POSITION: absolute;
    BACKGROUND-COLOR: #000000;
	background-image: url(/images/menu/dropbg.jpg);
}
.menuItem
{
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 10px;
	WIDTH: 100%;
	CURSOR: hand;
	LINE-HEIGHT: 20px;
	BORDER-BOTTOM: #339933 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCC00;
	background-image: url(/images/menu/dropbg.jpg);
}
.ItemMouseOver
{
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 10px;
	WIDTH: 100%;
	CURSOR: hand;
	LINE-HEIGHT: 20px;
	BORDER-BOTTOM: #339933 1px solid;
	BACKGROUND-COLOR: #666600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-image: url(/images/menu/dropbg2.jpg);
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
	FLOAT: right;
	FONT-FAMILY: Webdings;
	POSITION: absolute;
	
	vertical-align: middle;
}
.barOver
{

    FLOAT: left;

   
    CURSOR: hand;
  
    POSITION: relative;
    BACKGROUND-COLOR: #666600;
	background-image: url(../images/oberon/navbg.jpg);
    
}
.about {
	width: 95px;
}
.portfolio {
	width: 75px;
}
.resume {
	width: 58px;
}
