<!--
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(user_files/software-sale.jpg);
	background-color: #4e5765;
	background-repeat: repeat;
	margin-left: 0px;
	margin-right: 0px;
}
body,td,th {
	font-family: Verdana;
	font-size: 14px;
	color: #;
}
a {
	color: #0000ff;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #cc0000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
h1 {
    font-family: Tahoma;
	font-size: 31px;
	color: #000000;
}
h2 {
    font-family: Verdana;
	font-size: 24px;
	color: #000000;
}
h3 {
    font-family: Verdana;
	font-size: 16px;
	color: #cc0000;
}
h4 {
    font-family: Verdana;
	font-size: 12px;
	color: #0099ff;
}
h5 {
    font-family: Verdana;
	font-size: 12px;
	color: #cc3300;
}
h6 {
    font-family: Verdana;
	font-size: 12px;
	color: #0000ff;
}
-->

--> Navigation Menu CSS

 #navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #ffffff;
background-color: #000000;
}

#navcontainer ul li a:hover
{
color: #ffffff;
background-color: #cc0000;
}
.menufont {
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
}







-->side navigation menus

.buttonscontainer {width: 100%;}

.buttons a {color: #;
border: 1px solid;
background-color: #;
padding: 2px;
padding-left: 3px;
font:  ;
font-weight: bold;
text-decoration: none;
border-color: # # # #;
display: block;
margin: 0px;
width: 100%;
text-align: left;}

.buttons a:hover {border: 1px solid;
padding-left: 4px;
padding-top: 3px;
padding-bottom: 1px;
padding-right: 1px;
background-color: #;
border-color: # # # #;
color: #;
text-decoration: none;}