/* This is backbone solutions' designs using CSS, Please visit me at http://www.backbonesolutions.com or email naing@backbonesolutions.com if you have any questions. Thanks, and have fun!
CSS layout: */

body {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
}

table{
}
#menu {
	clear: left;
	float: left;
	width: 200px;
	padding: 0;
}

#menu ul {
	MARGIN: 0px;
	padding: 0px;
	width: 200px;
}	

#menu li {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 2px;
	MARGIN: 
0px 0px 0px 20px;
	PADDING-TOP: 0px;
	PADDING-TOP: 
0px;
	border-bottom-style: dotted;
	font-weight: normal;
	list-style-type: none;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	background-image: url(image/upload/menu_btn.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
}

#menu li a {
	height: 20px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px 0 0 8px;
	background: #1A336B url(image/upload/corner.jpg) no-repeat fixed left top;
	border-left: 5px solid #1A336B;
	font-family: "Century Gothic";
	font-weight: normal;
	list-style-type: none;
	font-size: small;
}	
	
#menu li a:hover {
	background: #001F56;
	color: #ffffff;
	border-left: 5px solid #96C3FC;
	list-style-type: none;
	font-size: medium;
}

a {
	text-decoration: none;
	color: #1A336B;
	font-weight: bolder;
}

a:hover {
text-decoration: underline;
color: #86C32A;
}
