/**********************************************************************************
* FILENAME:     smenu.css
* FILE VERSION: 1.0.0
* CREATED:      Huly 19, 2006
* AUTHOR:       Mate Varga
* BY:           IOBURST Software
* COPYRIGHT:    Copyright (C) 2006 By IOBURST Software
**********************************************************************************/

.smenubox{width: 150px;}

.smenu a 
{
	color: #464646;
	background-color: #6991b2;
	padding: 2px 2px 2px 3px;
	display: block;
	font: 14px Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	border: 1px solid #000000;
	margin: 5px;
	background-image: url(../images/shoutout/smenu.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}

.smenu a:hover 
{
	background-color: #a5d1f6;
	color: #464646;
	text-decoration: none;
	background-image: url(../images/shoutout/smenu_sel.jpg);
}

