BODY
{
	font-size: 15px;
	background-attachment: fixed;
	background-image: url(images/robwelding_original1.jpg);
	color: white;
	background-repeat: repeat;
	font-family: Verdana;
}
.AboutMe
{
	font-size: 15px;
	color: bisque;
	font-family: Verdana;
	background-color: Silver;
}
.menuBar
{
    font-family:Verdana;
    font-size:13;
    font-weight: bold;
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center;
}
.Bar
{
	font-family:Verdana;
	font-size:13;
	border-right: black 1px outset;
	border-top: black 1px outset;
	font-weight: bold;
	float: left;
	border-left: black 1px outset;
	width: 194px;
	cursor: hand;
	color: bisque;
	text-indent: 5px;
	border-bottom: black 1px outset;
	position: relative;
	background-color: #6495ed;
	text-align: center;
}
.menu
{
    font-family:Verdana;
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 175px;
    LINE-HEIGHT: 140%;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: absolute;
    BACKGROUND-COLOR: #6495ed;
}
.menuItem
{
    font-family:Verdana;
    font-size:13;
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 175px;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: #edf1ff 1px solid;
    color:bisque;
    
}
.ItemMouseOver
{
    font-family:Verdana;
    font-size:13;
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 175px;
    CURSOR: hand;
    COLOR: highlighttext;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: bisque 1px solid;
    BACKGROUND-COLOR: highlight;
}
.ItemMouseOut
{
    font-family:Verdana;
    WIDTH: 175px;
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left;
}
.barOver
{
	font-family:Verdana;
	border-right: blue 1px ridge;
	border-top: blue 1px ridge;
	float: left;
	border-left: blue 1px ridge;
	width: 175px;
	cursor: hand;
	text-indent: 5px;
	border-bottom: blue 1px ridge;
	position: relative;
	background-color: #6495ed;
	text-align: center;
}
.Title
{
	font-family:Verdana;
	font-weight: bold;
	font-size: xx-large;
	vertical-align: text-bottom;
	color: bisque;
	text-align: center;
	font-variant: small-caps;
}
.H1
{
	font-family: Verdana;
	font-size: x-large;
	font-weight:bold;
}
.H2
{
	font-family:Verdana;
	font-size: medium;
}
.CompanyName
{
	font-family: PT Playhouse Shadow;
	font-size: x-large;
	font-weight:bold;
}


