﻿body 
{
	font-style:normal;
	font-family: Arial;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	margin: auto;
	background-color: LightBlue;
}
h5
{
    font: Arial; font-size:medium; font-weight:bold
}
h3
{
    font: Arial; font-size:medium; font-weight:bold
}
di
{
    font: Arial; font-size:medium;
}


/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	padding: 0;
	background: url(http://www.fighttype2.com/Resources/Images/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
	width: 32.2em;
	margin: auto;
}

.glossymenu li{
	float: left;
	text-align: center;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
	text-align: center;
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(http://www.fighttype2.com/Resources/Images/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
	text-align: center;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(http://www.fighttype2.com/Resources/Images/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
	text-align: center;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.slidedoormenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px; /* width of menu (don't forget to add border with below!) */
border-left: 8px solid #ffa1a3; /* thick left border of menu */

}

.slidedoormenu li{
border-bottom: 1px solid #885b5c; /* Gray border beneath each menu item */
}

.slidedoormenu li a{
background: white url(http://www.fighttype2.com/Resources/Images/vstrip.gif) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: black;
width: auto;
border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
padding: 7px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
}

.slidedoormenu li a:visited, .slidedoormenu li a:active{
color: black;
}

.slidedoormenu li a:hover{
background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color: black;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a{
padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}
div .CenteredImage
{
    text-align:center;
}
